    header {
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header h1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 3rem;
        font-weight: 900;
        color: #000;
    }

    .gallery-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 2vw;
        padding: 0 2vw;
    }

    .gallery-items:hover {
        background-color: rgba(0, 0, 0, 0.7);
    }

    .gallery-items {
        width: 176px;
        height: 177px;
        border: 1px solid #FFF;

        box-shadow: 5px 5px 5px #0006;
        flex-grow: 1;
        transition: transform .5s linear;
    }

    .gallery-itemss {

        width: 176px;
        height: 177px;
        border: 1px solid #FFF;
        ;
        flex-grow: 1;
        transition: transform .5s linear;
    }

    .gallery-items img {
        margin-top: 0;
        width: 182px;
    }




    footer {
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        font-style: italic;
    }


    .gallery-items {
        position: relative;
        display: inline-block;
    }



    .number-overlay {
        position: absolute;
        top: 10px;
        /* Ajuste conforme necessário */
        left: 10px;
        /* Ajuste conforme necessário */
        color: white;
        font-size: 18px;
        font-weight: bold;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 5px;
        border-radius: 5px;
    }


    .number-overla {
        position: absolute;
        top: 10px;
        /* Ajuste conforme necessário */
        left: 40px;
        /* Ajuste conforme necessário */
        color: white;
        font-size: 18px;
        font-weight: bold;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 5px;
        border-radius: 5px;
    }

    .number-overlayy {
        display: block;
        text-align: center;
        position: relative;
        top: 10px;
        /* Ajuste conforme necessário */
    }